CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab huffman

搜索资源列表

  1. JPEGcompression.rar

    2下载:
  2. 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: ,1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quanti
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4385
    • 提供者:龙活
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. ImageCompressed.rar

    2下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大,The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:169092
    • 提供者:tianjieyu
  1. BCH

    0下载:
  2. BCH码的MATLAB仿真源代码,并对各编码技术进行比较分析-BCH code of MATLAB simulation source code, various coding techniques and a comparative analysis
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:9117
    • 提供者:张铨
  1. 23825733Huffman

    0下载:
  2. 哈夫曼编码的matlab仿真程序,实现图像的压缩-Huffman coding matlab simulation program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59962
    • 提供者:张晓辉
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. Huffman

    1下载:
  2. 基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:瑞霞裴
  1. 01

    0下载:
  2. HUFFMAN 编码 主要针对于灰度图像-HUFFMAN coding focused on the gray image
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:18533
    • 提供者:cuihuating
  1. huff

    4下载:
  2. 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
  3. 所属分类:Graph program

    • 发布日期:2014-11-24
    • 文件大小:34104
    • 提供者:xiaowei
  1. Huffman

    0下载:
  2. MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:664
    • 提供者:木小木
  1. huffmancode

    0下载:
  2. 离散信源无失真信源编码(实现huffman编码) 可用于教学-Discrete source lossless source coding (to achieve huffman coding) can be used for teaching
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:27532
    • 提供者:roar
  1. 59564354HuffmanEncoding

    0下载:
  2. 这是一个图像处理中的huffman编码matlab实现,适合刚开始学的朋友!-This is an image processing huffman coding matlab realized, for the beginning of school friends!
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:11283
    • 提供者:李金仁
  1. huffmanprogram

    0下载:
  2. 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4529
    • 提供者:李添翼
  1. LM_huffman

    0下载:
  2. 本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比-This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1151
    • 提供者:wan liang
  1. di3.9

    0下载:
  2. 此程序主要应用霍夫曼编码的主程序也是matlab程序-The main application of this procedure the main program is the Huffman code matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1012
    • 提供者:郭方
  1. lzw-hafuman

    0下载:
  2. matlab写的lzw和huffman的编码,希望对大家有用-matlab write LZW and huffman encoding, in the hope that useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:578793
    • 提供者:武瑞霞
  1. haffuman

    1下载:
  2. 图像处理中压缩编码部分的霍夫曼编码应用实例:MATLAB版源代码-Image Processing coding part of the Huffman code application examples: MATLAB version of the source code
  3. 所属分类:压缩解压

    • 发布日期:2017-05-18
    • 文件大小:1012
    • 提供者:刘兰芳
  1. huffman

    0下载:
  2. huffman coding using matlab programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4529
    • 提供者:ramesh kumar
  1. chap06

    0下载:
  2. ch6: 哈夫曼编码 (§6.1.4)-ch6: Huffman Coding (§ 6.1.4)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2303
    • 提供者:汤跃峰
  1. huffman

    0下载:
  2. 图像处理MATLAB源代码,这个是哈夫曼编码-huffman
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1380
    • 提供者:londee
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com